home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TDXFMAUTOTEXT / TDXFMAUTOTEXT.txt
Text File  |  2004-09-21  |  3KB  |  128 lines

  1. object dxfmAutoText: TdxfmAutoText
  2.   Left = 467
  3.   Top = 306
  4.   BorderStyle = bsDialog
  5.   Caption = 'AutoText'
  6.   ClientHeight = 358
  7.   ClientWidth = 394
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object gbxEnterAutoTextEntriesHere: TGroupBox
  18.     Left = 4
  19.     Top = 4
  20.     Width = 387
  21.     Height = 317
  22.     Caption = ' Enter A&utoText Entries Here: '
  23.     TabOrder = 0
  24.     object lblPreview: TLabel
  25.       Left = 9
  26.       Top = 215
  27.       Width = 38
  28.       Height = 13
  29.       Caption = 'Preview'
  30.     end
  31.     object ToolBar: TToolBar
  32.       Left = 9
  33.       Top = 176
  34.       Width = 275
  35.       Height = 30
  36.       Align = alNone
  37.       ButtonHeight = 24
  38.       ButtonWidth = 25
  39.       EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  40.       EdgeInner = esLowered
  41.       ParentShowHint = False
  42.       ShowHint = True
  43.       TabOrder = 3
  44.     end
  45.     object btnAdd: TButton
  46.       Left = 289
  47.       Top = 20
  48.       Width = 90
  49.       Height = 23
  50.       Caption = '&Add'
  51.       Default = True
  52.       TabOrder = 1
  53.       OnClick = btnAddClick
  54.     end
  55.     object btnDelete: TButton
  56.       Left = 289
  57.       Top = 47
  58.       Width = 90
  59.       Height = 23
  60.       Caption = '&Delete'
  61.       TabOrder = 2
  62.       OnClick = btnDeleteClick
  63.     end
  64.     object cbxAutoEntries: TComboBox
  65.       Left = 9
  66.       Top = 20
  67.       Width = 274
  68.       Height = 154
  69.       Style = csSimple
  70.       ItemHeight = 13
  71.       Sorted = True
  72.       TabOrder = 0
  73.       OnChange = NewAutoTextChange
  74.       OnClick = AutoEntriesClick
  75.       OnEnter = cbxAutoEntriesEnter
  76.       OnExit = cbxAutoEntriesExit
  77.       OnKeyDown = NewAutoTextKeyDown
  78.     end
  79.     object Panel1: TPanel
  80.       Left = 9
  81.       Top = 231
  82.       Width = 370
  83.       Height = 76
  84.       BevelOuter = bvNone
  85.       Color = clWindow
  86.       TabOrder = 4
  87.       object pbxPreview: TPaintBox
  88.         Left = 0
  89.         Top = 0
  90.         Width = 370
  91.         Height = 76
  92.         Align = alClient
  93.         Color = clBtnFace
  94.         ParentColor = False
  95.         OnPaint = pbxPreviewPaint
  96.       end
  97.     end
  98.   end
  99.   object btnOK: TButton
  100.     Left = 146
  101.     Top = 329
  102.     Width = 79
  103.     Height = 23
  104.     Caption = 'OK'
  105.     Default = True
  106.     ModalResult = 1
  107.     TabOrder = 1
  108.   end
  109.   object btnCancel: TButton
  110.     Left = 229
  111.     Top = 329
  112.     Width = 79
  113.     Height = 23
  114.     Cancel = True
  115.     Caption = 'Cancel'
  116.     ModalResult = 2
  117.     TabOrder = 2
  118.   end
  119.   object btnHelp: TButton
  120.     Left = 312
  121.     Top = 329
  122.     Width = 79
  123.     Height = 23
  124.     Caption = '&Help'
  125.     TabOrder = 3
  126.   end
  127. end
  128.